home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / bildanzeiger / superview-lib_dev / example_tools / listsvds / smakefile < prev   
Makefile  |  1995-03-09  |  358b  |  16 lines

  1. ListSVDs : ListSVDs.o ListSVDs_Subs.o AsmSupport.o
  2.  
  3.                SLINK LIB:c.o,ListSVDs.o,ListSVDs_Subs.o,AsmSupport.o TO ListSVDs LIB LIB:sc.lib LIB:amiga.lib SC SD ND
  4.  
  5. ListSVDs.o : ListSVDs.c
  6.  
  7.                SC ListSVDs.c
  8.  
  9. ListSVDs_Subs.o : ListSVDs_Subs.c
  10.  
  11.                SC ListSVDs_Subs.c
  12.  
  13. AsmSupport.o : AsmSupport.a
  14.  
  15.                Asm AsmSupport.a
  16.